projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a27e748
)
Add a missing newline
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 12 Jun 2009 14:21:42 +0000
(10:21 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 12 Jun 2009 14:21:42 +0000
(10:21 -0400)
There was a missing newline in one of the g_printerr messages
in updateiconcache.c. String change.
gtk/updateiconcache.c
patch
|
blob
|
history
diff --git
a/gtk/updateiconcache.c
b/gtk/updateiconcache.c
index f6a5cfff2061dfe4d11d027c3fc1616f8ad6dbec..edd68c03cf8a0684ecc239606a990e56686f42e6 100644
(file)
--- a/
gtk/updateiconcache.c
+++ b/
gtk/updateiconcache.c
@@
-1687,7
+1687,7
@@
main (int argc, char **argv)
{
if (path)
{
- g_printerr (_("No theme index file."));
+ g_printerr (_("No theme index file.
\n
"));
}
else
{